* NEWS: New functions `start-file-process-shell-command' and
authorMichael Albinus <michael.albinus@gmx.de>
Tue, 24 Jul 2007 20:40:26 +0000 (20:40 +0000)
committerMichael Albinus <michael.albinus@gmx.de>
Tue, 24 Jul 2007 20:40:26 +0000 (20:40 +0000)
`process-file-shell-command'.

etc/ChangeLog
etc/NEWS

index da57e3219b974f1ed8491ab8bd6942ba78392c22..553f874232fbe5f35db204fa6dbe36e77ec060d1 100644 (file)
@@ -1,3 +1,8 @@
+2007-07-24  Michael Albinus  <michael.albinus@gmx.de>
+
+       * NEWS: New functions `start-file-process-shell-command' and
+       `process-file-shell-command'.
+
 2007-07-17  Michael Albinus  <michael.albinus@gmx.de>
 
        * NEWS: `file-remote-p' has a new optional parameter IDENTIFICATION.
index ce5a34756f648018292ebc030c40a7698d491121..ea4509f96dc85c8bae66ab714440c50c11fb4922 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -189,7 +189,9 @@ with a given image specification.
 +++
 ** The new function `start-file-process is similar to `start-process',
 but obeys file handlers.  The file handler is chosen based on
-`default-directory'.
+`default-directory'.  The functions `start-file-process-shell-command'
+and `process-file-shell-command' are also new; they call internally
+`start-file-process and `process-file', respectively.
 
 +++
 ** `file-remote-p' has new optional parameters IDENTIFICATION and CONNECTED.